home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / pim / iwiki.css < prev    next >
Cascading Style Sheet File  |  2003-02-14  |  3KB  |  139 lines

  1. /* WikiWriter default style sheet. */
  2. body
  3.   { background-color: #f5f5f5;
  4.     color:            #000000;
  5.     margin-right:     3%;
  6.     margin-left:      3%; }
  7.  
  8. /* ------------ LINK styles -----------*/
  9. a:link
  10.   { color:      #97694f;
  11.     background: transparent; }
  12. a:visited
  13.   { color:      #4e2f2f;
  14.     background: transparent; }
  15. a:active
  16.   { color:      #7f3030;
  17.     background: transparent; }
  18. a.title
  19.   { text-decoration: none; }
  20. img
  21.   { border: 0; }
  22.  
  23. /* ------------ DIV styles -----------*/
  24. .logo /*float right */
  25.   { float: right; }
  26. .body /*top margin 0 */
  27.   { margin-top: 0;}
  28. .head /*gray bg, red bottom border */
  29.   { width: 100%;
  30.     border-bottom: thin solid maroon;
  31.     color: #4e2f2f;
  32.     margin-top: 0;
  33.     background: #dddddd;
  34.     padding: 0.5em;}
  35. .nav /*float right, right-align text*/
  36.   { float: right;
  37.     text-align: right;
  38.     font-weight: bold; }
  39. .plan /*gray bg*/
  40.   { color: #663333;
  41.     background: #cccccc;
  42.     padding: 1em}
  43. .toc /*float right, gray bg, black border*/
  44.   { float: right;
  45.     clear: right;
  46.     border: thin solid black;
  47.     background: #dddddd;
  48.     margin-top: 0.5em;
  49.     padding: 0.5em;}
  50. .toc p /*0 top-bottom margin*/
  51.   { margin-top: 0;
  52.     margin-bottom: 0; }
  53. .result /*red border, centered*/
  54.   { border: medium solid maroon;
  55.     margin-left: 8%;
  56.     margin-right: 8%;
  57.     margin-top: 1em;
  58.     margin-bottom: 1em;
  59.     padding: 0.5em;}
  60.   .result h1, .result h2, .result h3, .result h4, .result h5, .result h6
  61.   { margin-top: 1em;
  62.     margin-bottom: 1em; }
  63. .comment /*red border, float left*/
  64.   { float: left;
  65.     border:medium solid maroon;
  66.     padding: 4px;
  67.     font-weight: bold; }
  68. .col2 /*half-page col*/
  69.   { float: left;
  70.     width: 49%;
  71.     padding: 0.5em}
  72. .col3 /*third-page col*/
  73.   { float: left;
  74.     width: 32%;
  75.     padding: 0.5em}
  76. .col4 /*quarter-page col*/
  77.   { float: left;
  78.     width: 24%;
  79.     padding: 0.5em}
  80. .floatleft
  81.   { float: left;
  82.     margin-right: 3%;}
  83. .floatright
  84.   { float: right;
  85.     margin-left: 3%;}
  86. .clear /*clear floats cols*/
  87.   { clear: both }
  88. .indent
  89.   { margin-left: 2em; }
  90. .cent /*center*/
  91.   { text-align: center }
  92. .tight /*no extra linespace*/
  93.   { margin-top: 0px;
  94.     margin-bottom: 0px; }
  95.  .tight p, .tight h3, .tight h4
  96.   { margin-top: 0px;
  97.     margin-bottom: 0px; }
  98.  
  99. /* ------------ HTML styles -----------*/
  100. td
  101.   { vertical-align: top; }
  102. pre, tt
  103.   { background: transparent;
  104.     color:      #383838; }
  105. pre
  106.   { margin-top: 0;
  107.     margin-bottom: 0;
  108.     color: maroon; }
  109. h1, h2, h3, h4, h5, h6
  110.   { margin-top: 1em;
  111.     color: maroon; }
  112. textarea
  113.   { width: 100%; }
  114. dl, ul, ol, dd
  115.   { margin-top:    0px;
  116.     margin-bottom: 0px;}
  117. dt
  118.   { font-weight: bold;
  119.     margin-top: 0.5em;}
  120. form
  121.   { margin-top: 0px; }
  122.  
  123. /* ------------ SPAN styles -----------*/
  124. .warning /*red text*/
  125.   { color:      #ff3f3f;
  126.     background: transparent; }
  127. .rev /*cyan text, blue bg*/
  128.   { color: #00ffff;
  129.     background: #0000ff; }
  130.  .here a:link, .here a:visited, .here a:active
  131.   { color: #ffffff;
  132.     background: #666666;
  133.     text-decoration: none; }
  134. .b /*bold*/
  135.   { font-weight: bold; }
  136. .i /*italic*/
  137.   { font-style: italic; }
  138.  
  139.